home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature = "$CHICAGO$"
- AdvancedINF = 2.5
-
- ;This section is used to start the main install.
- [DefaultInstall]
- Copyfiles=ChannelFiles,LocalINFFile
- RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
- Delreg=ChannelPrep.Reg
- Addreg=ChannelInstall.Reg
- PerUserInstall=StubSetup
-
- ;This section is run per user when they login based on stubpath.
- [InstallUser]
- RequiredEngine=Setupapi,"Couldn't find Setupapi.dll"
- Delreg=ChannelPrep.Reg
- Addreg=ChannelInstall.Reg
- RegisterOCXs=Channel.Register
-
- ;This section deletes the channel resources on uninstall
- [Uninstall]
- DelFiles=ChannelFiles,LocalINFFile
- Delreg=ChannelInstall.Reg,RemoveGUID
-
- [RemoveGUID]
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%CompName%
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%CompName%"
-
- ;Final locations for files being copied.
- [DestinationDirs]
- ChannelFiles = 10,Web ;Windows\Web
- LocalINFFile =17 ;Windows\INF
-
- ;Required for Win95 INF
- [SourceDisksNames]
- 1 = %DiskName%,,0
-
- ;Calls DLL to update channels after adding them.
- [Channel.Register]
- %11%\webcheck.dll,IN,Policy
-
- ;Sets entries to track item and stubpath for per user install.
- [StubSetup]
- DisplayName=%Channel%
- ComponentName=%CompName%
- GUID=%CompName%
- Version=4,71,0,1710
- Locale=%LangID%
- IsInstalled=1
- StubPath="rundll32.exe advpack.dll,LaunchINFSection %17%\chl99.inf,InstallUser"
-
- ;Files to copy to local web folder.
- [ChannelFiles]
-
- chang.cdf
- chang_sl.gif
- chang_wl.gif
- chang.ico
-
- ieupdate.cdf
- ieupdate.gif
- ieupdate.ico
-
-
- ;File for later per user stub running.
- [LocalINFFile]
- chl99.inf
-
- ;Deletes past channel list so will get reinstalled.
- [ChannelPrep.Reg]
- HKCU,"Software\Policies\Microsoft\Internet Explorer\Infodelivery\CompletedModifications","ChannelDefault",,,
-
- ;Actual entries to set values for channel. Four settings for each.
- [ChannelInstall.Reg]
- ; Delete old PP2 channels
- HKCU,"%CleanKey%\CleanUpA","OldIEVersion",,"4.71.1008.3"
-
- ; Add new channels
- HKCU,"%ChannelKey%\ChannelA","Title",,"Microsoft Channel Guide"
- HKCU,"%ChannelKey%\ChannelA","URL",,"http://www.iechannelguide.com/guide.cdf?loc=en_us"
- HKCU,"%ChannelKey%\ChannelA","PreloadURL",,"file://%10%\web\chang.cdf"
- HKCU,"%ChannelKey%\ChannelA","WideLogo",,"file://%10%\web\chang_wl.gif"
- HKCU,"%ChannelKey%\ChannelA","Logo",,"file://%10%\web\chang_sl.gif"
- HKCU,"%ChannelKey%\ChannelA","Icon",,"file://%10%\web\chang.ico"
- HKCU,"%ChannelKey%\ChannelA","ChannelGuide",65537,1
-
- HKCU,"%ChannelKey%\ChannelC","Title",,"Microsoft Internet Explorer"
- HKCU,"%ChannelKey%\ChannelC","Software",65537,1
- HKCU,"%ChannelKey%\ChannelC","URL",,"http://www.microsoft.com/ie/ie40/download/cdf/ie4updates-en.cdf"
- HKCU,"%ChannelKey%\ChannelC","PreloadURL",,"file://%10%\web\ieupdate.cdf"
- HKCU,"%ChannelKey%\ChannelC","Logo",,"file://%10%\web\ieupdate.gif"
- HKCU,"%ChannelKey%\ChannelC","Icon",,"file://%10%\web\ieupdate.ico"
-
- HKCU,"%SubKey%\SubC","Title",,"Microsoft Internet Explorer"
- HKCU,"%SubKey%\SubC","URL",,"http://www.microsoft.com/ie/ie40/download/cdf/ie4updates-en.cdf"
- HKCU,"%SubKey%\SubC","SubscriptionType",65537,1
- HKCU,"%SubKey%\SubC","ScheduleGroup",,"Manual"
-
- HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{89820200-ECBD-11cf-8B85-00AA005B4383}\AuthorizedCDFPrefix","http://www.microsoft.com",,""
- HKCU,"SOFTWARE\Microsoft\Internet Explorer\Main","ChannelsURL",,"http://www.iechannelguide.com/guide/en/en_us.asp"
- HKCU,"SOFTWARE\Microsoft\Internet Explorer\Main","ChannelsFirstURL",,"res://ie4tour.dll/channels.htm"
-
- ; This key sets the size of the channel bar
- HKCU,"SOFTWARE\Microsoft\Internet Explorer\Desktop","ChannelSize",65537,0x03
- HKCU,"SOFTWARE\Microsoft\Internet Explorer\Desktop","OEMSize",65537,0x00
-
- ;Register for Uninstall
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%CompName%,"QuietUninstallString",,"RunDll32 advpack.dll,LaunchINFSection %17%\chl99.inf,Uninstall,5"
- HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\%CompName%,"RequiresIESysFile",,"4.71"
-
- [Strings]
- Channel="Default Channel Setup"
- CompName="Chl99"
- LangID="en-us"
- DiskName="Default Channel Files"
- ChannelKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddChannels"
- SubKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\AddSubscriptions"
- CleanKey="Software\Policies\Microsoft\Internet Explorer\Infodelivery\Modifications\ChannelDefault\RemoveAllChannels"
-
-